home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / aqbible.zip / AQBIBLE.DOC < prev    next >
Text File  |  1992-04-22  |  2KB  |  62 lines

  1.  
  2.                  AQBIBLE version 1.0     Release April 1992
  3.  
  4.  
  5.     Welcome to the AQBIBLE quiz door.  This program will give a 10
  6. question test with up to 60 different categories of questions.  That's a
  7. total of 600 questions!  Each of the 60 categories of questions is in a
  8. question file which can be modified, deleted etc.  The door comes with
  9. a total of 10 question categories ready to run.
  10.  
  11.  BBS's supported:  PCBoard, RBBS, Wildcat 2.0, or any bbs using Door.sys.
  12.  
  13.  
  14.           DISCLAIMER:   Use this door at your own risk.  This door is
  15. freeware and may be distributed freely.  There is no registration fee
  16. for the use of the door BUT by using it YOU are accepting any risks.
  17.  
  18.    This door was written with Quick Basic 4.5 and Door Source ver 4.0.
  19.  
  20.     The good thing about this door is that you can design your own
  21. question files and the door will read your question file.  All you
  22. have to do when designing a data file is to follow a few simple record
  23. layout formats.   The data file format is as follows:
  24.  
  25. - *  is a comment.  Aqbible will ignore any lines starting with an '*'
  26. - Aqbible will only read 10 questions....no less....no more.
  27. - QUESTION FORMAT:  (Using question 1 as a sample)
  28.        - The answer comes first in the format of: 01A Answer
  29.            - The answer is case sensitive.
  30.        - You may use up to 8 question lines but keep the length no
  31.          greater than 70 characters.
  32.        - At the end of each question use an end marker:  01E
  33.  
  34.  Here is a sample question:
  35.  
  36. *   Data file for the ABORTION QUIZ
  37. *
  38. *   HEADING LINE:
  39. * Is the baby in the womb a person?  What does the Bible say?
  40. *
  41. *
  42. * =========   Question 1:
  43. *
  44. 01A innocent
  45. 01Q  'Keep thee far from a false matter; and the ______ and
  46. 01Q   righteous slay thou not: for I will not justify the
  47. 01Q   wicked'  Exodus 23:7
  48. 01E   END OF QUESTION 1
  49. *
  50. *
  51. *
  52. * =========   Question 2:  etc....... thru to question 10.
  53.  
  54.    For additional information on actually setting up the door and
  55. getting it running look inside the aqbible.cfg file in this archive.
  56.  
  57.    Any questions can be directed to:  Alan Yusko
  58.                                       The Seed Sowers BBS
  59.                                       (416) 498-5259/5962
  60.  
  61.  
  62.